builderparser: stack-allocate ParserData
authorTimm Bäder <mail@baedert.org>
Mon, 12 Sep 2016 19:27:51 +0000 (21:27 +0200)
committerTimm Bäder <mail@baedert.org>
Mon, 31 Oct 2016 18:29:36 +0000 (19:29 +0100)
commitf415a8bc846fc635906b67b9dcb44259d2d48cbc
tree467cb3fe2b4216462e4b8b3163ef9fbf1035176e
parentba9193fc813932a3575210e42efbcf78056e07cc
builderparser: stack-allocate ParserData

No reason for it to be heap-allocated, it won't survive this function
call anyway.
gtk/gtkbuilderparser.c